home *** CD-ROM | disk | FTP | other *** search
- inherited frmDisplaySettings: TfrmDisplaySettings
- Left = 395
- Top = 22
- HelpContext = 22
- Caption = 'Display'
- OldCreateOrder = True
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- inherited pnlTop: TPanel
- inherited lblCommandName: TLabel
- Caption = 'Display'
- end
- inherited memActionDesc: TMemo
- Lines.Strings = (
-
- 'Changes the current resolution and/or color depth settings on th' +
- 'e specified '
- 'display device.')
- end
- end
- inherited pnlCenter: TPanel
- inherited pgcControlPage: TPageControl
- inherited tbsAM5Main: TTabSheet
- object Label3: TLabel
- Left = 10
- Top = 153
- Width = 119
- Height = 13
- AutoSize = False
- Caption = '&Width:'
- FocusControl = edtWidth
- end
- object Label5: TLabel
- Left = 134
- Top = 153
- Width = 119
- Height = 13
- AutoSize = False
- Caption = '&Height:'
- FocusControl = edtHeight
- end
- object Label7: TLabel
- Left = 10
- Top = 65
- Width = 119
- Height = 13
- AutoSize = False
- Caption = '&Color depth (bits):'
- FocusControl = edtColorDepth
- end
- object Label9: TLabel
- Left = 134
- Top = 65
- Width = 123
- Height = 13
- AutoSize = False
- Caption = 'Display &frequency:'
- FocusControl = edtFrequency
- end
- object Label8: TLabel
- Left = 10
- Top = 118
- Width = 21
- Height = 13
- Caption = 'Less'
- end
- object Label10: TLabel
- Left = 209
- Top = 118
- Width = 24
- Height = 13
- Caption = 'More'
- end
- object Label1: TLabel
- Left = 10
- Top = 16
- Width = 223
- Height = 13
- AutoSize = False
- Caption = '&Display device:'
- FocusControl = cbxDisplayDevices
- end
- object gbxCurrentSettings: TGroupBox
- Left = 262
- Top = 16
- Width = 197
- Height = 137
- Caption = 'Current display settings'
- TabOrder = 7
- object Label2: TLabel
- Left = 16
- Top = 24
- Width = 129
- Height = 13
- AutoSize = False
- Caption = 'Resolution:'
- end
- object lblResolution: TLabel
- Left = 28
- Top = 40
- Width = 22
- Height = 13
- Caption = '???'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label4: TLabel
- Left = 16
- Top = 60
- Width = 129
- Height = 13
- AutoSize = False
- Caption = 'Color depth:'
- end
- object lblColorDepth: TLabel
- Left = 28
- Top = 76
- Width = 22
- Height = 13
- Caption = '???'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label6: TLabel
- Left = 16
- Top = 96
- Width = 129
- Height = 13
- AutoSize = False
- Caption = 'Frequency:'
- end
- object lblFrequency: TLabel
- Left = 28
- Top = 112
- Width = 22
- Height = 13
- Caption = '???'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- end
- object comTest: TButton
- Left = 262
- Top = 165
- Width = 197
- Height = 25
- Caption = '&Test chosen display settings'
- TabOrder = 6
- OnClick = comTestClick
- end
- object edtColorDepth: TComboBox
- Left = 10
- Top = 81
- Width = 100
- Height = 21
- ItemHeight = 13
- TabOrder = 1
- OnChange = edtColorDepthChange
- end
- object edtFrequency: TComboBox
- Left = 134
- Top = 81
- Width = 100
- Height = 21
- ItemHeight = 13
- TabOrder = 2
- OnChange = edtFrequencyChange
- end
- object edtWidth: TComboBox
- Left = 10
- Top = 169
- Width = 100
- Height = 21
- ItemHeight = 13
- TabOrder = 4
- OnChange = edtWidthChange
- OnKeyUp = edtWidthKeyUp
- end
- object edtHeight: TComboBox
- Left = 134
- Top = 169
- Width = 100
- Height = 21
- ItemHeight = 13
- TabOrder = 5
- OnChange = edtHeightChange
- OnKeyUp = edtHeightKeyUp
- end
- object trbResolution: TTrackBar
- Left = 34
- Top = 114
- Width = 172
- Height = 27
- Orientation = trHorizontal
- PageSize = 1
- Frequency = 1
- Position = 0
- SelEnd = 0
- SelStart = 0
- TabOrder = 3
- TickMarks = tmBottomRight
- TickStyle = tsAuto
- OnChange = trbResolutionChange
- end
- object cbxDisplayDevices: TComboBox
- Left = 10
- Top = 32
- Width = 224
- Height = 21
- ItemHeight = 13
- TabOrder = 0
- OnChange = cbxDisplayDevicesChange
- end
- end
- end
- end
- inherited dxSIBarManager: TdxBarManager
- Categories.ItemsVisibles = (
- 2)
- Categories.Visibles = (
- True)
- PopupMenuLinks = <
- item
- Control = lsvAM5Errors
- PopupMenu = dxCheckPopup
- end>
- DockControlHeights = (
- 0
- 0
- 0
- 0)
- end
- inherited dxCheckPopup: TdxBarPopupMenu
- ItemLinks = <
- item
- Item = itmCheckAllErrors
- UserGlyph.Data = {00000000}
- Visible = True
- end
- item
- Item = itmCheckNoErrors
- UserGlyph.Data = {00000000}
- Visible = True
- end>
- end
- end
-